home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 October / Macformat17.cdr / Shareware City / Applications / Alpha.5.81 folder / README < prev   
Text File  |  1994-03-08  |  2KB  |  59 lines

  1.  
  2.                         NOTES 10/14/93  --  Alpha 5.56
  3.  
  4. ===========================================================================
  5. = A word on installation...           IMPORTANT!
  6. ===========================================================================
  7.  
  8. Tcl was originally written for unix-like systems.  These systems typically 
  9. do not have many special characters in their file names.  Initially, tcl 
  10. refused to work even w/ pathnames that contain spaces.  The Tcl source 
  11. itself works fine w/ these names, but tcl scripts have to be careful in how 
  12. the names are manipulated.  This problem gets even worse if the filename 
  13. contains square brackets ('[' and ']'), curly braces, or other 
  14. non-alphanumeric characters.  I've fixed all the scripts that I've found 
  15. choke on pathnames w/ spaces, but many of them still don't work w/ square 
  16. brackets.
  17.  
  18.     
  19. ===========================================================================
  20. THINK C 6.0
  21. ===========================================================================
  22. Version 5.5 adds support for Think's "external editor". Think's interface 
  23. is not all there. In particular, while using an external editor there is 
  24. no was to tell the debugger to specify a specific location in a file from 
  25. the external editor. You can tell it to go to the beginning of a specific 
  26. file by selecting it in the project window and selecting "Go to 
  27. Debugger.". Symantec has promised fixes, but probably not until 6.0.2.
  28.  
  29.  
  30.  
  31. ===========================================================================
  32. INTERNATIONAL USERS
  33. ===========================================================================
  34. Remember, if you want to use anything other than the US KCHR resource 
  35. (si vous voulez ecrire en francais, par exemple), change the line:
  36.  
  37.  init 0 2
  38.  
  39. of :Tcl:SystemCode:AlphaBits.tcl to
  40.  
  41.  init1 2
  42.  
  43. and restart. Alpha will now use your native KCHR, but the key binding labels
  44. (such as F1 etc.) may not work, and option-e etc. are now "dead keys". 
  45.  
  46. By default, the option key is used as a META key, duplicating escape 
  47. key sequences. To use the option key to create option characacter 
  48. combinations, change the line:
  49.  
  50.  set optionIsMeta 1
  51.  
  52. to:
  53.  
  54.  set optionIsMeta 0
  55.  
  56.  
  57.  
  58. pete
  59.